-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add differenced AR models #134
Conversation
4125622
to
b559fcd
Compare
Looking at this... I'm loving the self-referential definition of AR differencing function. That is neat. |
If it works.. I am seeing it work and then not work in quite a strange way. Getting errors about thread safety. |
@SamuelBrand1 FYI 4a4f85e this branch was pulled off of #issue53 and so should have been rebased or merged from that PR - that is why it now has so merge many issues. |
Why not just kill off branch |
9d0daff
to
b588826
Compare
…ith having defaults
d64bb4a
to
bab886e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this way of adding differenced models; really slick
As the title. This PR extends #128 to include differencing for any latent model. It is joint work from @SamuelBrand1 and me but I think @SamuelBrand1 is still objective enough to review.
Since we discussed this I have:
AR()
implementationI think that covered everything we discussed.